function setup(){ createCanvas(500,500); } function draw() { rect(50, 50, 80, 80); line (50,60,70,90); background (170, 152, 99); fill (68, 55, 15) }